IK Create ImageImage Number, Width, Height IK Create ImageImage Number, Width, Height, Color
Description
This command will create a new normal image of size (Width, Height). If Color is not specified, a default color of 0x00000000 will be used (black transparent).
If the image already exists, the old image will be overwritten.
Parameters
Image Number
Integer
The ID of the new image.
Width
Integer
The width of the new image.
Height
Integer
The height of the new image.
Color
DWORD
If this parameter is specified, the new image will be filled with this color.